derelict.purple.pounce

Undocumented in source.

Members

Aliases

PurplePounce
alias PurplePounce = _PurplePounce
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurplePounceCb
alias PurplePounceCb = void function(_PurplePounce*, _Anonymous_0, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurplePounceEvent
alias PurplePounceEvent = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurplePounceOption
alias PurplePounceOption = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_find_pounce
alias da_purple_find_pounce = PurplePounce* function(const(PurpleAccount)* pouncer, const(char)* pouncee, PurplePounceEvent events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_action_get_attribute
alias da_purple_pounce_action_get_attribute = const(char)* function(const(PurplePounce)* pounce, const(char)* action, const(char)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_action_is_enabled
alias da_purple_pounce_action_is_enabled = gboolean function(const(PurplePounce)* pounce, const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_action_register
alias da_purple_pounce_action_register = void function(PurplePounce* pounce, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_action_set_attribute
alias da_purple_pounce_action_set_attribute = void function(PurplePounce* pounce, const(char)* action, const(char)* attr, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_action_set_enabled
alias da_purple_pounce_action_set_enabled = void function(PurplePounce* pounce, const(char)* action, gboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_destroy
alias da_purple_pounce_destroy = void function(PurplePounce* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_destroy_all_by_account
alias da_purple_pounce_destroy_all_by_account = void function(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_destroy_all_by_buddy
alias da_purple_pounce_destroy_all_by_buddy = void function(PurpleBuddy* buddy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_execute
alias da_purple_pounce_execute = void function(const(PurpleAccount)* pouncer, const(char)* pouncee, PurplePounceEvent events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_get_data
alias da_purple_pounce_get_data = void* function(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_get_events
alias da_purple_pounce_get_events = PurplePounceEvent function(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_get_options
alias da_purple_pounce_get_options = PurplePounceOption function(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_get_pouncee
alias da_purple_pounce_get_pouncee = const(char)* function(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_get_pouncer
alias da_purple_pounce_get_pouncer = PurpleAccount* function(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_get_save
alias da_purple_pounce_get_save = gboolean function(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_new
alias da_purple_pounce_new = PurplePounce* function(const(char)* ui_type, PurpleAccount* pouncer, const(char)* pouncee, PurplePounceEvent event, PurplePounceOption option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_set_data
alias da_purple_pounce_set_data = void function(PurplePounce* pounce, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_set_events
alias da_purple_pounce_set_events = void function(PurplePounce* pounce, PurplePounceEvent events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_set_options
alias da_purple_pounce_set_options = void function(PurplePounce* pounce, PurplePounceOption options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_set_pouncee
alias da_purple_pounce_set_pouncee = void function(PurplePounce* pounce, const(char)* pouncee)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_set_pouncer
alias da_purple_pounce_set_pouncer = void function(PurplePounce* pounce, PurpleAccount* pouncer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounce_set_save
alias da_purple_pounce_set_save = void function(PurplePounce* pounce, gboolean save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounces_get_all
alias da_purple_pounces_get_all = GList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounces_get_all_for_ui
alias da_purple_pounces_get_all_for_ui = GList* function(const(char)* ui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounces_get_handle
alias da_purple_pounces_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounces_init
alias da_purple_pounces_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounces_load
alias da_purple_pounces_load = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounces_register_handler
alias da_purple_pounces_register_handler = void function(const(char)* ui, PurplePounceCb cb, void function(PurplePounce*) new_pounce, void function(PurplePounce*) free_pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounces_uninit
alias da_purple_pounces_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_pounces_unregister_handler
alias da_purple_pounces_unregister_handler = void function(const(char)* ui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_find_pounce
PurplePounce* purple_find_pounce(const(PurpleAccount)* pouncer, const(char)* pouncee, PurplePounceEvent events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_get_attribute
const(char)* purple_pounce_action_get_attribute(const(PurplePounce)* pounce, const(char)* action, const(char)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_is_enabled
gboolean purple_pounce_action_is_enabled(const(PurplePounce)* pounce, const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_register
void purple_pounce_action_register(PurplePounce* pounce, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_set_attribute
void purple_pounce_action_set_attribute(PurplePounce* pounce, const(char)* action, const(char)* attr, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_set_enabled
void purple_pounce_action_set_enabled(PurplePounce* pounce, const(char)* action, gboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_destroy
void purple_pounce_destroy(PurplePounce* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_destroy_all_by_account
void purple_pounce_destroy_all_by_account(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_destroy_all_by_buddy
void purple_pounce_destroy_all_by_buddy(PurpleBuddy* buddy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_execute
void purple_pounce_execute(const(PurpleAccount)* pouncer, const(char)* pouncee, PurplePounceEvent events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_data
void* purple_pounce_get_data(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_events
PurplePounceEvent purple_pounce_get_events(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_options
PurplePounceOption purple_pounce_get_options(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_pouncee
const(char)* purple_pounce_get_pouncee(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_pouncer
PurpleAccount* purple_pounce_get_pouncer(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_save
gboolean purple_pounce_get_save(const(PurplePounce)* pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_new
PurplePounce* purple_pounce_new(const(char)* ui_type, PurpleAccount* pouncer, const(char)* pouncee, PurplePounceEvent event, PurplePounceOption option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_data
void purple_pounce_set_data(PurplePounce* pounce, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_events
void purple_pounce_set_events(PurplePounce* pounce, PurplePounceEvent events)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_options
void purple_pounce_set_options(PurplePounce* pounce, PurplePounceOption options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_pouncee
void purple_pounce_set_pouncee(PurplePounce* pounce, const(char)* pouncee)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_pouncer
void purple_pounce_set_pouncer(PurplePounce* pounce, PurpleAccount* pouncer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_save
void purple_pounce_set_save(PurplePounce* pounce, gboolean save)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_get_all
GList* purple_pounces_get_all()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_get_all_for_ui
GList* purple_pounces_get_all_for_ui(const(char)* ui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_get_handle
void* purple_pounces_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_init
void purple_pounces_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_load
gboolean purple_pounces_load()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_register_handler
void purple_pounces_register_handler(const(char)* ui, PurplePounceCb cb, void function(PurplePounce*) new_pounce, void function(PurplePounce*) free_pounce)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_uninit
void purple_pounces_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_unregister_handler
void purple_pounces_unregister_handler(const(char)* ui)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_find_pounce
da_purple_find_pounce purple_find_pounce;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_get_attribute
da_purple_pounce_action_get_attribute purple_pounce_action_get_attribute;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_is_enabled
da_purple_pounce_action_is_enabled purple_pounce_action_is_enabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_register
da_purple_pounce_action_register purple_pounce_action_register;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_set_attribute
da_purple_pounce_action_set_attribute purple_pounce_action_set_attribute;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_action_set_enabled
da_purple_pounce_action_set_enabled purple_pounce_action_set_enabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_destroy
da_purple_pounce_destroy purple_pounce_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_destroy_all_by_account
da_purple_pounce_destroy_all_by_account purple_pounce_destroy_all_by_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_destroy_all_by_buddy
da_purple_pounce_destroy_all_by_buddy purple_pounce_destroy_all_by_buddy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_execute
da_purple_pounce_execute purple_pounce_execute;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_data
da_purple_pounce_get_data purple_pounce_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_events
da_purple_pounce_get_events purple_pounce_get_events;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_options
da_purple_pounce_get_options purple_pounce_get_options;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_pouncee
da_purple_pounce_get_pouncee purple_pounce_get_pouncee;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_pouncer
da_purple_pounce_get_pouncer purple_pounce_get_pouncer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_get_save
da_purple_pounce_get_save purple_pounce_get_save;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_new
da_purple_pounce_new purple_pounce_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_data
da_purple_pounce_set_data purple_pounce_set_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_events
da_purple_pounce_set_events purple_pounce_set_events;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_options
da_purple_pounce_set_options purple_pounce_set_options;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_pouncee
da_purple_pounce_set_pouncee purple_pounce_set_pouncee;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_pouncer
da_purple_pounce_set_pouncer purple_pounce_set_pouncer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounce_set_save
da_purple_pounce_set_save purple_pounce_set_save;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_get_all
da_purple_pounces_get_all purple_pounces_get_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_get_all_for_ui
da_purple_pounces_get_all_for_ui purple_pounces_get_all_for_ui;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_get_handle
da_purple_pounces_get_handle purple_pounces_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_init
da_purple_pounces_init purple_pounces_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_load
da_purple_pounces_load purple_pounces_load;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_register_handler
da_purple_pounces_register_handler purple_pounces_register_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_uninit
da_purple_pounces_uninit purple_pounces_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_pounces_unregister_handler
da_purple_pounces_unregister_handler purple_pounces_unregister_handler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurplePounce
struct _PurplePounce
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta